Split media store from event cache store.#5568
Merged
Conversation
This was referenced Aug 22, 2025
561c12e to
cef5dd3
Compare
Hywan
reviewed
Sep 2, 2025
7d3c4ad to
11fc140
Compare
Hywan
previously approved these changes
Sep 3, 2025
91ef9a2 to
bec1d07
Compare
Review was preliminary. New review will be needed aftere CI fixes and changelog entry as planned 🙂
CodSpeed Performance ReportMerging #5568 will not alter performanceComparing Summary
|
a46efed to
ee05e50
Compare
Member
|
@dragonfly1033 Tell me if you need a last round of review. |
Contributor
Author
Yes please! I've put all the unreviewed changes in the fixup commit. Just waiting for these benches to see if it's all good. |
Hywan
reviewed
Sep 9, 2025
Member
Hywan
left a comment
There was a problem hiding this comment.
Thanks for the work! I've left a couple of questions.
9c2786d to
c2e685c
Compare
Hywan
approved these changes
Sep 9, 2025
Split `MemoryMediaStore` from `MemoryStore`. Split `IndexeddbMediaStore` from `IndexxeddbEventCacheStore`.
Part 3 of Split media store from event cache store
Rename `EventCacheStoreMedia` to `MediaStoreInner`. Move relevant tests into `MediaStoreIntegrationTests`.
Part 2 of Split media store from event cache store
c2e685c to
8c1ca74
Compare
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a start to the process of splitting the media store from the event cache store. #5410
It contains:
MediaStoretrait fromEventCacheStore.EventCacheStoreMediatoMediaStoreInner.MediaStoreIntegrationTests.This will be done over 3 PR's (reviewing 1, 2, 3 then merging 3 into 2 into 1).
A reminder comment for my own sanity:
This PR will not pass tests until after merging.
Current state of this PR:
Note, may also want to:
benchmarks/benches/event_cache.rsSigned-off-by: Shrey Patel shreyp@element.io